type crypto/tls.certificateRequestMsg

8 uses

	crypto/tls (current package)
		conn.go#L1142: 			m = &certificateRequestMsg{
		handshake_client.go#L722: 	certReq, ok := msg.(*certificateRequestMsg)
		handshake_client.go#L1165: func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg) *CertificateRequestInfo {
		handshake_messages.go#L1691: type certificateRequestMsg struct {
		handshake_messages.go#L1701: func (m *certificateRequestMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1751: func (m *certificateRequestMsg) unmarshal(data []byte) bool {
		handshake_server.go#L603: 	var certReq *certificateRequestMsg
		handshake_server.go#L606: 		certReq = new(certificateRequestMsg)